.footer-outer {
	max-width: 1024px;
  margin: 60px auto 80px auto;
  text-align: center;
  position: relative; 
}
.footer-outer .sellos {
	padding-top: 40px;
  padding-bottom: 100px;
}

.footer-outer ul {
	display: inline-block;
}
.footer-outer li {
	float: left;
  padding: 5px;
  list-style: none;
}

.footer-outer .bc-logo-footer {
  width: 100%;
  border-bottom: 1px solid #000;
}
.footer-outer .bc-logo-footer img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: -5px;
}